![]() |
PATH![]() |
When the
JMNewAppletLocator
function
JMNewAppletLocator
has retrieved an HTML document, it passes a status value to the
MyFetchCompleted
callback function. These status values are specified by the
JMLocatorErrors
type.
enum JMLocatorErrors {
eLocatorNoErr = 0,
eHostNotFound,
eFileNotFound,
eLocatorTimeout,
eLocatorKilled
};
See the description of the application-defined function
MyFetchCompleted
for more information about using these values.
Previous | Back Up One Level | Next |